home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / HyperCard Archives / International / French v1.2.5.1 / Base / background_2549.txt < prev    next >
Text File  |  1989-09-15  |  3KB  |  128 lines

  1. -- background: 2549 from stack: in
  2. -- bmap block id: 3700
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide background field "Aide de base"
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 7 (field)
  14. -- low flags: 00
  15. -- high flags: 4007
  16. -- rect: left=41 top=75 right=297 bottom=472
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: paths
  25. ----- HyperTalk script -----
  26. on closeField
  27.   global stacks,applications,documents
  28.   put field "paths" of card "stacks" into stacks
  29.   put field "paths" of card "applications" into applications
  30.   put field "paths" of card "documents" into documents
  31. end closeField
  32.  
  33.  
  34.  
  35. -- part 14 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=256 top=298 right=321 bottom=281
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1013 / 1013
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Next
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   go to next card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 15 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=228 top=298 right=321 bottom=254
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 1014 / 1014
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Prev
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   go to prev card
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 17 (field)
  74. -- low flags: 01
  75. -- high flags: 0000
  76. -- rect: left=117 top=36 right=61 bottom=394
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 20
  81. -- text size: 18
  82. -- style flags: 0
  83. -- line height: 24
  84. -- part name: 
  85.  
  86.  
  87. -- part 18 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=15 top=28 right=62 bottom=49
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 2507 / 2507
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: 
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   if visible of field "Aide de base" is true then
  102.     hide field "Aide de base"
  103.   else
  104.     show  field "Aide de base"
  105.   end if
  106.  
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 19 (field)
  112. -- low flags: 81
  113. -- high flags: 2007
  114. -- rect: left=15 top=62 right=320 bottom=487
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 0
  118. -- font id: 3
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: Aide de base
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   hide  field "Aide de base"
  126. end mouseUp
  127.  
  128.